Gets contract definitions from a list of IDs
Gets contract definitions from a list of IDs
- application/json
Request Body array required
- string
Responses
- 200
The contract definitions with contractDefinitionsIds from the provided list
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"createdAt": "2024-02-27",
"createdBy": "string",
"modifiedAt": "2024-02-27",
"modifiedBy": "string",
"isDeleted": true,
"id": "string",
"name": "string",
"assetsSelector": [
{}
],
"accessPolicyId": "string",
"usagePolicyId": "string",
"governanceStatus": "draft",
"syncStatus": "syncing"
}
]
}
}
POST /contractdefinitions/list
Request
Request
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/contractdefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/contractdefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/contractdefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/contractdefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/contractdefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/contractdefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/contractdefinitions/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '[
"string"
]'